home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_ADDRINFO / TDLG_ADDRINFO.txt
Text File  |  2002-07-04  |  3KB  |  169 lines

  1. object Dlg_AddrInfo: TDlg_AddrInfo
  2.   Left = 120
  3.   Top = 243
  4.   BorderStyle = bsDialog
  5.   Caption = 'Address Info'
  6.   ClientHeight = 286
  7.   ClientWidth = 569
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object L_from: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 26
  25.     Height = 13
  26.     Caption = 'From:'
  27.   end
  28.   object L_sender: TLabel
  29.     Left = 8
  30.     Top = 40
  31.     Width = 37
  32.     Height = 13
  33.     Caption = 'Sender:'
  34.   end
  35.   object L_ReplyTo: TLabel
  36.     Left = 8
  37.     Top = 72
  38.     Width = 46
  39.     Height = 13
  40.     Caption = 'Reply To:'
  41.   end
  42.   object L_to: TLabel
  43.     Left = 8
  44.     Top = 104
  45.     Width = 16
  46.     Height = 13
  47.     Caption = 'To:'
  48.   end
  49.   object L_cc: TLabel
  50.     Left = 8
  51.     Top = 192
  52.     Width = 16
  53.     Height = 13
  54.     Caption = 'Cc:'
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 440
  58.     Top = 8
  59.     Width = 3
  60.     Height = 273
  61.     Shape = bsLeftLine
  62.   end
  63.   object BtnAdd: TButton
  64.     Left = 455
  65.     Top = 16
  66.     Width = 108
  67.     Height = 22
  68.     Caption = '&Add to...'
  69.     TabOrder = 8
  70.     OnClick = BtnAddClick
  71.   end
  72.   object LBfrom: TListBox
  73.     Left = 64
  74.     Top = 8
  75.     Width = 365
  76.     Height = 17
  77.     ItemHeight = 13
  78.     MultiSelect = True
  79.     TabOrder = 0
  80.   end
  81.   object LBsender: TListBox
  82.     Left = 64
  83.     Top = 40
  84.     Width = 365
  85.     Height = 17
  86.     ItemHeight = 13
  87.     MultiSelect = True
  88.     TabOrder = 1
  89.   end
  90.   object LBreplyto: TListBox
  91.     Left = 64
  92.     Top = 72
  93.     Width = 365
  94.     Height = 17
  95.     ItemHeight = 13
  96.     MultiSelect = True
  97.     TabOrder = 2
  98.   end
  99.   object LBto: TListBox
  100.     Left = 64
  101.     Top = 104
  102.     Width = 365
  103.     Height = 73
  104.     ItemHeight = 13
  105.     MultiSelect = True
  106.     TabOrder = 3
  107.   end
  108.   object LBcc: TListBox
  109.     Left = 64
  110.     Top = 192
  111.     Width = 365
  112.     Height = 81
  113.     ItemHeight = 13
  114.     MultiSelect = True
  115.     TabOrder = 4
  116.   end
  117.   object BtnSelAll: TButton
  118.     Left = 455
  119.     Top = 96
  120.     Width = 108
  121.     Height = 23
  122.     Caption = 'Select A&ll'
  123.     TabOrder = 5
  124.     OnClick = BtnSelAllClick
  125.   end
  126.   object BtnSelNone: TButton
  127.     Tag = 1
  128.     Left = 455
  129.     Top = 128
  130.     Width = 108
  131.     Height = 23
  132.     Caption = 'Select &None'
  133.     TabOrder = 6
  134.     OnClick = BtnSelAllClick
  135.   end
  136.   object BtnClose: TButton
  137.     Left = 455
  138.     Top = 168
  139.     Width = 108
  140.     Height = 23
  141.     Cancel = True
  142.     Caption = '&Close'
  143.     Default = True
  144.     ModalResult = 2
  145.     TabOrder = 7
  146.   end
  147.   object btnCopy: TButton
  148.     Tag = 1
  149.     Left = 455
  150.     Top = 48
  151.     Width = 108
  152.     Height = 22
  153.     Caption = '&Copy'
  154.     TabOrder = 9
  155.     OnClick = BtnAddClick
  156.   end
  157.   object PM_addrbook: TPopupMenu
  158.     AutoPopup = False
  159.     OnPopup = PM_addrbookPopup
  160.     Left = 480
  161.     Top = 176
  162.   end
  163.   object Language: TLanguage
  164.     LangCenter = DM_Language.LangCenter
  165.     Left = 520
  166.     Top = 216
  167.   end
  168. end
  169.